52歌赋>英语词典>write in code翻译和用法

write in code

[网络] 写代码

网络

双语例句

  • I'm sure you have been told a number of times that you should write comments in your code.
    毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。
  • As you write custom XML documents into entries in the audit log, you also must provide the complementary code that reads these audit entries and interprets the data within these XML documents.
    当我们在实体的审计日志中写入自定义的XML文档时,必然决定我们还需要补充一部份代码,用于阅读这些审计实体并解释出其中XML文档部分的数据。
  • Developers write their business logic in EGL source code using the powerful development facilities of Rational Business Developer Extension ( RBDe).
    开发人员利用RationalBusinessDeveloperExtension(RBDe)的强大的开发工具在EGL源代码中写出他们的商业逻辑。
  • You can also optionally write code to sort the columns on plug-in ID like in the sample code.
    我们也可以编写一些代码根据插件ID列进行排序,就像是我们的样例代码一样。
  • No need for Win32 or Cocoa here: Just write your extension in portable JavaScript code.
    这里完全不需要Win32或Cocoa:只要使用可移植JavaScript代码编写您的扩展即可。
  • So really, the rule of thumb if you think back to Scratch is that any time you write a statement something that does something in one line of code you generally need the semicolon there.
    实际上,根据经验,你们回忆一下在Scratch中,任何时候你们写一条语句-,处理一些操作的一行代码-,你们通常需要在那里加个分号。
  • I'm going to write the examples in functional code to keep them as brief as possible.
    下面我要用函数性代码编写这两个示例以使其尽可能地简单。
  • As with natural language, it is possible to write "sentences" in computer code that, although different in composition, convey the same meaning.
    因为用自然语言,它可以编写计算机代码里的“句子”,虽然组分不同,但转达了相同的含义。
  • Code analyzers, refactoring tools and automated refactorings, formatters and more, are difficult, if not impossible, to write in Ruby, because there is no way to parse Ruby source with Ruby code.
    用Ruby写代码分析、重构工具和自动重构、格式程序等等甚至更多的工具并非不可能,但是很困难,因为还没有用Ruby代码分析Ruby源码的先例。
  • You want to write the specs so that everybody does in fact know what this piece of code is doing, and you're writing it each time around.
    但是你得养成良好的习惯和编程风格,你得撰写规范说明从而保证,每个人都知道这段代码是干什么的。